home *** CD-ROM | disk | FTP | other *** search
/ United Public Domain Gold 2 / United Public Domain Gold 2.iso / utilities / pu013.dms / pu013.adf / d / doc.bootmaker < prev    next >
Text File  |  2000-01-01  |  3KB  |  75 lines

  1.  
  2.                            Booter Control System V1.0
  3.                           ----------------------------
  4.                        Written by Danny for Alpha Flight.
  5.  
  6.  
  7.    This Program allows you to choose your program immediately when you have
  8.    inserted the Disk.
  9.  
  10.    Please do the following steps to create your own Chooser:
  11.  
  12.    - Load the SEKA and choose the Workspace (100 kB).
  13.    - Read the Source  BOOTSOURCE.S  with 'r' into Seka.
  14.    - Type 'b' to get at the end of the Source
  15.    - Edit the Programs and the Scroll-Text
  16.  
  17.       prgtable:
  18.       dc.w    2                 <= No of Programs you wish to present
  19.                                    (1 up to 7)
  20.       dc.b "Program Name 1",0,"Program Name 2",0 ;... etc.
  21.  
  22.    ! The Intro will adjust the Programs automatically
  23.  
  24.      Change your Scroll Text ...
  25.  
  26.               Notice: If you use the char '\' and a number from 0 up to 9
  27.                       behind it,the Scrolling will change the Scroll-Speed
  28.                       For Example: '\0' the Scrolly will stop
  29.                                    '\9' Highspeed Scrolly
  30.  
  31.         0 for the end : dc.b "Hello   ",0
  32.  
  33.    ATTENTION:
  34.              Only following chars are allowed (no capital letters)
  35.  
  36.            abcdefghijklmnopqrstuvwxyz0123456789?-  and SPACE
  37.  
  38.    - Assemble the Source with 'a' and no Options
  39.    - Enter 'ri' and read your Charset Picture (-CHARSET) to
  40.      Label  PICTURE.
  41.    - Write the program with 'wi' to disk, BEGIN> begin
  42.                                           END>   absend
  43.    - Leave the Seka and load the BootMaker
  44.    - Type in your Save_Name.
  45.    - Insert a Disk on which the first and second Tracks are free,or
  46.      programs on it can be destroyed and type your Unit Number 'df0:'
  47.    - Load Seka again and read the File 'loader.s'
  48.    - Change the program Names at the End of the Listing into the
  49.      Names the Computer must load from disk.
  50.    - Assemble it
  51.    - Save it with wo to your Boot-Disk.
  52.    - Edit the startup-sequence of your Boot-Disk and call the loader.
  53.    - Ready.
  54.  
  55.    If you start this disk it will happen following:
  56.  
  57.      The Boot Intro saves your Choice to the Adress $100 in Memory
  58.      The Computer continues with the opening of the CLI-Window
  59.      then he load the startup-sequence and start up the loader.
  60.      The Loader will examine the Adress $100 and will load the right
  61.      program !
  62.  
  63.  
  64.    To change the Charset you must note following:
  65.  
  66.    Each Big    Char must have 16*32 pixels
  67.    Each little Char must have  8*8  pixels
  68.    For the Banner the Intro will take the Colors from the Picture
  69.  
  70.  
  71.                       (C) 1970/1988  by the Alpha Flight
  72.                                             Ghostdance
  73.                                             Danny
  74.  
  75.